Skip to content

Commit

Permalink
Merge pull request #755 from amitjoy/feature/update-deps
Browse files Browse the repository at this point in the history
Updated Dependencies
  • Loading branch information
amitjoy authored May 23, 2024
2 parents d26a2ea + 272c615 commit c277eb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions cnf/maven/runtime.maven
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# UI

com.google.code.gson:gson:2.10.1
com.google.code.gson:gson:2.11.0

# Apache

commons-io:commons-io:2.16.1
org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2
org.apache.commons:commons-lang3:3.14.0
org.apache.commons:commons-text:1.11.0
org.apache.commons:commons-text:1.12.0

# JSON

Expand Down Expand Up @@ -43,10 +43,10 @@ org.eclipse.platform:org.eclipse.equinox.console:1.4.700
org.eclipse.platform:org.eclipse.equinox.ds:1.6.200
org.eclipse.platform:org.eclipse.equinox.event:1.7.0
org.eclipse.platform:org.eclipse.equinox.launcher:1.6.700
org.eclipse.platform:org.eclipse.equinox.launcher.cocoa.macosx:1.2.800
org.eclipse.platform:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.800
org.eclipse.platform:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.800
org.eclipse.platform:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.800
org.eclipse.platform:org.eclipse.equinox.launcher.cocoa.macosx:1.2.900
org.eclipse.platform:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.900
org.eclipse.platform:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.900
org.eclipse.platform:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.900
org.eclipse.platform:org.eclipse.equinox.preferences:3.11.0
org.eclipse.platform:org.eclipse.equinox.registry:3.12.0
org.eclipse.platform:org.eclipse.osgi:3.19.0
Expand Down
6 changes: 3 additions & 3 deletions com.osgifx.console.product/osgifx.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ install.order : \

# the following is generated by resolve operation
-runbundles: \
com.google.gson;version='[2.10.1,2.10.2)';startlevel=10,\
com.google.gson;version='[2.11.0,2.11.1)';startlevel=10,\
com.google.guava;version='[30.1.0,30.1.1)';startlevel=10,\
com.osgifx.console.agent;version=snapshot;startlevel=10,\
com.osgifx.console.application;version=snapshot;startlevel=10,\
Expand All @@ -135,7 +135,7 @@ install.order : \
com.osgifx.console.wrapper.tilesfx;version=snapshot;startlevel=10,\
com.osgifx.console.wrapper.toolbox;version=snapshot;startlevel=10,\
com.osgifx.console.wrapper.toolboxfx;version=snapshot;startlevel=10,\
controlsfx;version='[11.1.3,11.1.4)';startlevel=10,\
controlsfx;version='[11.2.2,11.2.3)';startlevel=10,\
in.bytehue.messaging.mqtt5.provider;version='[1.0.0,1.0.1)';startlevel=10,\
jakarta.xml.bind;version='[2.3.3,2.3.4)';startlevel=10,\
javax.activation;version='[1.2.2,1.2.3)';startlevel=10,\
Expand All @@ -147,7 +147,7 @@ install.order : \
org.apache.commons.jxpath;version='[1.3.0,1.3.1)';startlevel=10,\
org.apache.commons.lang;version='[2.6.0,2.6.1)';startlevel=10,\
org.apache.commons.lang3;version='[3.14.0,3.14.1)';startlevel=10,\
org.apache.commons.text;version='[1.11.0,1.11.1)';startlevel=10,\
org.apache.commons.text;version='[1.12.0,1.12.1)';startlevel=10,\
org.apache.felix.cm.json;version='[2.0.6,2.0.7)';startlevel=10,\
org.apache.felix.configadmin;version='[1.9.26,1.9.27)';startlevel=10,\
org.apache.felix.configurator;version='[1.0.18,1.0.19)';startlevel=10,\
Expand Down

0 comments on commit c277eb3

Please sign in to comment.