Skip to content

Commit

Permalink
Update Feature Service implementation version
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ward <timothyjward@apache.org>
  • Loading branch information
timothyjward committed Jan 18, 2024
1 parent 331f49b commit 4a6300f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distribution/launcher/export.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)', \
org.apache.felix.cm.json;version='[1.0.6,1.0.7)', \
org.apache.felix.configadmin;version='[1.9.24,1.9.25)', \
org.apache.felix.feature;version='[1.0.0,1.0.1)', \
org.apache.felix.feature;version='[1.0.2,1.0.3)', \
org.apache.felix.scr;version='[2.2.2,2.2.3)', \
org.apache.geronimo.specs.geronimo-json_1.1_spec;version='[1.5.0,1.5.1)', \
org.apache.johnzon.core;version='[1.2.19,1.2.20)', \
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@
<emf.ecore.version>2.33.0</emf.ecore.version>
<emf.ecore.xmi.version>2.18.0</emf.ecore.xmi.version>
<slf4j.version>1.7.36</slf4j.version>
<jackson.version>2.14.0</jackson.version>
<jackson.version>2.16.1</jackson.version>
<jjwt.version>0.11.5</jjwt.version>

<!-- runtime dependencies -->
<felix.framework.version>7.0.3</felix.framework.version>
<felix.scr.version>2.2.2</felix.scr.version>
<felix.configadmin.version>1.9.24</felix.configadmin.version>
<felix.cm.json.version>1.0.6</felix.cm.json.version>
<felix.feature.version>1.0.0</felix.feature.version>
<felix.feature.version>1.0.2</felix.feature.version>
<johnzon.version>1.2.19</johnzon.version>
<aries.component-dsl.version>1.2.2</aries.component-dsl.version>
<aries.typedevent.version>0.0.2-SNAPSHOT</aries.typedevent.version>
Expand Down

0 comments on commit 4a6300f

Please sign in to comment.