Skip to content

Commit

Permalink
upgrade commons-logging to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed May 16, 2024
1 parent da8a450 commit 13beed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<pmd.version>6.55.0</pmd.version>
<junit.version>4.13.2</junit.version>
<archunit.version>1.3.0</archunit.version>
<dependencycheck.version>9.1.0</dependencycheck.version>
<dependencycheck.version>9.2.0</dependencycheck.version>
</properties>

<build>
Expand Down Expand Up @@ -1252,7 +1252,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
for the XMLHttpRequest ActiveX object that is no longer there.
</action>

<action type="update" dev="rbri">
Upgrade commons-logging to 1.3.2
</action>
<action type="fix" dev="rbri" issue="#742">
ComputedCssStyleDeclaration.isScrollable(boolean, boolean) now checks also for the overflow-x/overflow-y styles.
</action>
Expand Down

0 comments on commit 13beed0

Please sign in to comment.