Skip to content

Commit dc8ba91

Browse files
committed
fix: upgrade slf4j in bootstrapped code
With the old slf4j version no logs do appear in the terminal, when executing the Runner of the bootstrapped code.
1 parent 7397be6 commit dc8ba91

File tree

1 file changed

+1
-1
lines changed
  • bootstrapper-maven-plugin/src/main/resources/templates

1 file changed

+1
-1
lines changed

bootstrapper-maven-plugin/src/main/resources/templates/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<maven.compiler.source>${java.version}</maven.compiler.source>
1616
<maven.compiler.target>${java.version}</maven.compiler.target>
1717
<josdk.version>{{josdkVersion}}</josdk.version>
18-
<slf4j.version>1.7.36</slf4j.version>
18+
<slf4j.version>2.0.17</slf4j.version>
1919
<junit.version>5.9.2</junit.version>
2020
<log4j.version>2.20.0</log4j.version>
2121
<fabric8-client.version>{{fabric8Version}}</fabric8-client.version>

0 commit comments

Comments
 (0)