Skip to content

Commit a673ef0

Browse files
committed
Update to newest logback version
A ServerSocketReceiver related vulnerability was fixed in version 1.2.0. Although OneLogin does not use this feature it does not hurt to update the dependency.
1 parent ced336c commit a673ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<slf4jVersion>1.7.12</slf4jVersion>
1616
<junitVersion>4.12</junitVersion>
17-
<logbackVersion>1.1.3</logbackVersion>
17+
<logbackVersion>1.2.3</logbackVersion>
1818
<apacheCommonsLangVersion>3.4</apacheCommonsLangVersion>
1919
</properties>
2020

0 commit comments

Comments
 (0)