Skip to content

Commit 8a7c2df

Browse files
build(deps): bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 (#247)
* build(deps): bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 Bumps org.slf4j:slf4j-api from 2.0.16 to 2.0.17. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 Bumps org.slf4j:slf4j-api from 2.0.16 to 2.0.17. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: troubleshoot change of license in slfj-bom-2.0.17.pom --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: karel rehor <[email protected]>
1 parent d6c7e16 commit 8a7c2df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<dependency>
266266
<groupId>org.slf4j</groupId>
267267
<artifactId>slf4j-api</artifactId>
268-
<version>2.0.16</version>
268+
<version>2.0.17</version>
269269
</dependency>
270270

271271
<dependency>
@@ -436,6 +436,11 @@
436436
<rule>APPROVE</rule>
437437
<value>MIT License</value>
438438
</dependencyPolicy>
439+
<dependencyPolicy>
440+
<type>LICENSE_NAME</type>
441+
<rule>APPROVE</rule>
442+
<value>MIT</value>
443+
</dependencyPolicy>
439444
<dependencyPolicy>
440445
<type>LICENSE_NAME</type>
441446
<rule>APPROVE</rule>

0 commit comments

Comments
 (0)