Skip to content

Commit 098d6a3

Browse files
Bump io.smallrye.config:smallrye-config from 3.10.2 to 3.11.1 (#1828)
1 parent 4e7eba0 commit 098d6a3

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

integration/base/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
<properties>
1616
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
17-
<smallrye.config.version>3.10.2</smallrye.config.version>
1817
</properties>
1918

2019
<dependencies>
@@ -122,6 +121,18 @@
122121
</dependency>
123122
</dependencies>
124123

124+
<profiles>
125+
<profile>
126+
<id>java-11</id>
127+
<activation>
128+
<jdk>11</jdk>
129+
</activation>
130+
<properties>
131+
<smallrye.config.version>3.10.2</smallrye.config.version>
132+
</properties>
133+
</profile>
134+
</profiles>
135+
125136
<build>
126137
<plugins>
127138
<plugin>

performance/base/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
<properties>
1616
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
17-
<smallrye.config.version>3.10.2</smallrye.config.version>
1817
</properties>
1918

2019
<dependencies>
@@ -122,6 +121,18 @@
122121
</dependency>
123122
</dependencies>
124123

124+
<profiles>
125+
<profile>
126+
<id>java-11</id>
127+
<activation>
128+
<jdk>11</jdk>
129+
</activation>
130+
<properties>
131+
<smallrye.config.version>3.10.2</smallrye.config.version>
132+
</properties>
133+
</profile>
134+
</profiles>
135+
125136
<build>
126137
<plugins>
127138
<plugin>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<glassfish.json.version>2.0.1</glassfish.json.version>
7777
<junit.version>5.11.4</junit.version>
7878
<smallrye.jwt.version>4.6.1</smallrye.jwt.version>
79-
<smallrye.config.version>3.10.2</smallrye.config.version>
79+
<smallrye.config.version>3.11.1</smallrye.config.version>
8080
<yasson.version>3.0.4</yasson.version>
8181
<wiremock.version>3.10.0</wiremock.version>
8282

spring/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@
110110
<spring.security.version>6.4.2</spring.security.version>
111111
</properties>
112112
</profile>
113+
<profile>
114+
<id>java-11</id>
115+
<activation>
116+
<jdk>11</jdk>
117+
</activation>
118+
<properties>
119+
<smallrye.config.version>3.10.2</smallrye.config.version>
120+
</properties>
121+
</profile>
113122
</profiles>
114123

115124
<build>

0 commit comments

Comments
 (0)