Skip to content

Commit ac802f6

Browse files
authored
Merge branch 'master' into load-eval
2 parents 26fe09c + ed8f6ee commit ac802f6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

avaje-aws-appconfig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-spi-service</artifactId>
38-
<version>2.7</version>
38+
<version>2.10</version>
3939
<optional>true</optional>
4040
</dependency>
4141

avaje-config-toml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>ch.qos.logback</groupId>
4646
<artifactId>logback-classic</artifactId>
47-
<version>1.5.12</version>
47+
<version>1.5.17</version>
4848
<scope>test</scope>
4949
</dependency>
5050

avaje-config/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</scm>
2020

2121
<properties>
22-
<snakeyaml.version>2.3</snakeyaml.version>
22+
<snakeyaml.version>2.4</snakeyaml.version>
2323
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
2424
<surefire.useModulePath>false</surefire.useModulePath>
2525
</properties>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-spi-service</artifactId>
38-
<version>2.7</version>
38+
<version>2.10</version>
3939
<optional>true</optional>
4040
</dependency>
4141

@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>ch.qos.logback</groupId>
6565
<artifactId>logback-classic</artifactId>
66-
<version>1.5.12</version>
66+
<version>1.5.17</version>
6767
<scope>test</scope>
6868
</dependency>
6969

avaje-dynamic-logback/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<dependency>
3232
<groupId>io.avaje</groupId>
3333
<artifactId>avaje-spi-service</artifactId>
34-
<version>2.7</version>
34+
<version>2.10</version>
3535
<optional>true</optional>
3636
</dependency>
3737

3838
<dependency>
3939
<groupId>ch.qos.logback</groupId>
4040
<artifactId>logback-classic</artifactId>
41-
<version>1.5.12</version>
41+
<version>1.5.17</version>
4242
</dependency>
4343

4444
<dependency>

0 commit comments

Comments
 (0)