Skip to content

Commit 971f8ac

Browse files
committed
⬆️ Update to latest jasypt-starter
This is only a temporary measure. It looks like jasypt is no longer being maintained and the jasypt starter is slow to be maintained. I will need to decide on a further course of action.
1 parent e5779b2 commit 971f8ac

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • spring
    • fluentforms-jersey-spring-boot-autoconfigure
    • fluentforms-jersey-spring-boot-starter

spring/fluentforms-jersey-spring-boot-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<properties>
1515
<java.version>17</java.version>
16-
<jasypt.spring.boot.version>3.0.5</jasypt.spring.boot.version>
17-
<jasypt.maven.plugin.version>3.0.5</jasypt.maven.plugin.version>
16+
<jasypt.spring.boot.version>4.0.4</jasypt.spring.boot.version>
17+
<jasypt.maven.plugin.version>4.0.4</jasypt.maven.plugin.version>
1818
<fluentforms.version>0.0.5-SNAPSHOT</fluentforms.version>
1919
<fluentforms-autoconfigure.version>0.0.5-SNAPSHOT</fluentforms-autoconfigure.version>
2020

spring/fluentforms-jersey-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<description>Spring Boot starter for FluentForms library using Jersey</description>
1616
<properties>
1717
<java.version>17</java.version>
18-
<jasypt.spring.boot.version>3.0.5</jasypt.spring.boot.version>
19-
<jasypt.maven.plugin.version>3.0.5</jasypt.maven.plugin.version>
18+
<jasypt.spring.boot.version>4.0.4</jasypt.spring.boot.version>
19+
<jasypt.maven.plugin.version>4.0.4</jasypt.maven.plugin.version>
2020
<fluentforms.version>0.0.5-SNAPSHOT</fluentforms.version>
2121
<fluentforms-jersey-autoconfigure.version>0.0.5-SNAPSHOT</fluentforms-jersey-autoconfigure.version>
2222
</properties>

0 commit comments

Comments
 (0)