File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
dotenvx-spring-boot-starter Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Add the following dependency to your `pom.xml`:
4040<dependency >
4141 <groupId >org.mvnsearch</groupId >
4242 <artifactId >dotenvx-spring-boot-starter</artifactId >
43- <version >0.1.4 </version >
43+ <version >0.1.5 </version >
4444</dependency >
4545```
4646
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.mvnsearch</groupId >
77 <artifactId >dotenvx-spring-boot-parent</artifactId >
8- <version >0.1.4 </version >
8+ <version >0.1.5 </version >
99 </parent >
1010
1111 <artifactId >dotenvx-spring-boot-starter</artifactId >
1818 <dependency >
1919 <groupId >org.mvnsearch</groupId >
2020 <artifactId >dotenvx-spring-boot</artifactId >
21- <version >0.1.4 </version >
21+ <version >0.1.5 </version >
2222 </dependency >
2323 <dependency >
2424 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.mvnsearch</groupId >
88 <artifactId >dotenvx-spring-boot-parent</artifactId >
9- <version >0.1.4 </version >
9+ <version >0.1.5 </version >
1010 </parent >
1111
1212 <artifactId >dotenvx-spring-boot</artifactId >
Original file line number Diff line number Diff line change 66 <groupId >org.mvnsearch</groupId >
77 <artifactId >dotenvx-spring-boot-parent</artifactId >
88 <packaging >pom</packaging >
9- <version >0.1.4 </version >
9+ <version >0.1.5 </version >
1010
1111 <name >Dotenvx Spring Boot Parent</name >
1212 <description >Spring Boot with Dotenvx support to decrypt `encrypted:` items from Spring Boot Configuration files.
1616 <properties >
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <java .version>17</java .version>
19- <bouncycastle .version>1.82 </bouncycastle .version>
20- <spring-boot .version>3.5.6 </spring-boot .version>
19+ <bouncycastle .version>1.83 </bouncycastle .version>
20+ <spring-boot .version>3.5.8 </spring-boot .version>
2121 <spring-cloud .version>2025.0.0</spring-cloud .version>
2222 </properties >
2323
You can’t perform that action at this time.
0 commit comments