Skip to content

Commit 28d347e

Browse files
committed
release: update to version 0.1.5
1 parent e7f8828 commit 28d347e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

dotenvx-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -18,7 +18,7 @@
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>

dotenvx-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.
@@ -16,8 +16,8 @@
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

0 commit comments

Comments
 (0)