Skip to content

Commit

Permalink
Merge pull request #524 from bjhargrave/examples-deps-update
Browse files Browse the repository at this point in the history
Examples dependencies update
  • Loading branch information
bjhargrave authored Jun 2, 2022
2 parents 513438e + b61183a commit 6bd2aec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/osgi-test-example-bndworkspace/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bnd_version is the version of the Bnd Gradle plugin
bnd_version=6.1.0
bnd_version=6.3.0

# The URL to the snapshot repo for the Bnd Gradle plugin
bnd_snapshots=https://bndtools.jfrog.io/bndtools/libs-snapshot-local
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bnd_version is the version of the Bnd Gradle plugin
bnd_version=6.1.0
bnd_version=6.3.0

# The URL to the snapshot repo for the Bnd Gradle plugin
bnd_snapshots=https://bndtools.jfrog.io/bndtools/libs-snapshot-local
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion examples/osgi-test-example-mvn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<java.release>8</java.release>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<bnd.version>6.2.0</bnd.version>
<bnd.version>6.3.0</bnd.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<assertj.version>3.23.1</assertj.version>
<mockito.version>4.6.0</mockito.version>
Expand Down

0 comments on commit 6bd2aec

Please sign in to comment.