Skip to content

Commit 85bc8aa

Browse files
committed
update dependency
1 parent 6e42d02 commit 85bc8aa

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

parent/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.5.0</version>
28+
<version>2.0.0-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

@@ -182,6 +182,18 @@
182182
<version>1.17</version>
183183
</dependency>
184184

185+
<!-- Logging -->
186+
<dependency>
187+
<groupId>org.slf4j</groupId>
188+
<artifactId>slf4j-api</artifactId>
189+
<version>1.7.36</version>
190+
</dependency>
191+
<dependency>
192+
<groupId>org.slf4j</groupId>
193+
<artifactId>slf4j-simple</artifactId>
194+
<version>1.7.36</version>
195+
</dependency>
196+
185197
</dependencies>
186198
</dependencyManagement>
187199

0 commit comments

Comments
 (0)