Skip to content

Commit

Permalink
Update dependencies for equinox and log
Browse files Browse the repository at this point in the history
The log update is required to allow the latest SCR to work
  • Loading branch information
tjwatson committed May 17, 2022
1 parent ecce585 commit 77432eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atomos-parent/pom.xml
Expand Up @@ -194,7 +194,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.17.100</version>
<version>3.17.200</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down Expand Up @@ -296,7 +296,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.log</artifactId>
<version>1.2.2</version>
<version>1.2.6</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down

0 comments on commit 77432eb

Please sign in to comment.