Skip to content

Commit 1d78e2f

Browse files
Bump the slf4j group across 3 directories with 2 updates
Bumps the slf4j group with 2 updates in the /labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction directory: org.slf4j:slf4j-api and org.slf4j:slf4j-simple. Bumps the slf4j group with 2 updates in the /labs/unicorn-stock-broker directory: org.slf4j:slf4j-api and org.slf4j:slf4j-simple. Bumps the slf4j group with 2 updates in the /labs/unicorn-store/infrastructure/db-setup directory: org.slf4j:slf4j-api and org.slf4j:slf4j-simple. Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17 Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17 Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17 Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17 Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17 Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: slf4j - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch dependency-group: slf4j - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: slf4j - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch dependency-group: slf4j - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: slf4j - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch dependency-group: slf4j ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50d8e80 commit 1d78e2f

File tree

3 files changed

+6
-6
lines changed
  • labs
    • unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction
    • unicorn-stock-broker
    • unicorn-store/infrastructure/db-setup

3 files changed

+6
-6
lines changed

labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.slf4j</groupId>
4949
<artifactId>slf4j-api</artifactId>
50-
<version>2.0.16</version>
50+
<version>2.0.17</version>
5151
</dependency>
5252

5353
<dependency>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.slf4j</groupId>
6161
<artifactId>slf4j-simple</artifactId>
62-
<version>2.0.16</version>
62+
<version>2.0.17</version>
6363
</dependency>
6464

6565
<dependency>

labs/unicorn-stock-broker/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@
9393
<dependency>
9494
<groupId>org.slf4j</groupId>
9595
<artifactId>slf4j-api</artifactId>
96-
<version>2.0.16</version>
96+
<version>2.0.17</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.slf4j</groupId>
100100
<artifactId>slf4j-simple</artifactId>
101-
<version>2.0.16</version>
101+
<version>2.0.17</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.junit.jupiter</groupId>

labs/unicorn-store/infrastructure/db-setup/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
<dependency>
6161
<groupId>org.slf4j</groupId>
6262
<artifactId>slf4j-api</artifactId>
63-
<version>2.0.16</version>
63+
<version>2.0.17</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.slf4j</groupId>
6767
<artifactId>slf4j-simple</artifactId>
68-
<version>2.0.16</version>
68+
<version>2.0.17</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.jr</groupId>

0 commit comments

Comments
 (0)