Skip to content

Commit dc673eb

Browse files
authored
Bumping version numbers for dependencies (#60)
* Bumping version numbers for dependencies * Updated THRIRD_PARTY_LICENSES with in-use versions
1 parent aa30c86 commit dc673eb

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

THIRD_PARTY_LICENSES.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jline 3.21.0
1+
jline 3.22.0
22

33
Copyright (c) 2002-2018, the original author or authors.
44
All rights reserved.
@@ -35,7 +35,7 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
3535
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3636
OF THE POSSIBILITY OF SUCH DAMAGE.
3737

38-
jackson-core, jackson-databind 2.13.2, 2.13.2.2
38+
jackson-core, jackson-databind 2.14.1, 2.14.1
3939

4040

4141
Apache License
@@ -240,7 +240,7 @@ jackson-core, jackson-databind 2.13.2, 2.13.2.2
240240
See the License for the specific language governing permissions and
241241
limitations under the License.
242242

243-
junit 5.8.2
243+
junit 5.9.2
244244

245245
Copyright 2015-2021 the original author or authors.
246246

@@ -576,7 +576,7 @@ this Agreement will bring a legal action under this Agreement more than
576576
one year after the cause of action arose. Each party waives its rights to
577577
a jury trial in any resulting litigation.
578578

579-
protobuf-java 3.19.4
579+
protobuf-java 3.19.6
580580

581581
Copyright 2008 Google Inc. All rights reserved.
582582

olcut-config-edn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-jar-plugin</artifactId>
91-
<version>3.2.0</version>
91+
<version>3.3.0</version>
9292
<configuration>
9393
<archive>
9494
<manifestEntries>

olcut-config-protobuf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-jar-plugin</artifactId>
91-
<version>3.2.0</version>
91+
<version>3.3.0</version>
9292
<configuration>
9393
<archive>
9494
<manifestEntries>

olcut-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-jar-plugin</artifactId>
94-
<version>3.2.0</version>
94+
<version>3.3.0</version>
9595
<configuration>
9696
<archive>
9797
<manifestEntries>

olcut-extras/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<properties>
14-
<asm.version>9.1</asm.version>
14+
<asm.version>9.4</asm.version>
1515
</properties>
1616

1717
<artifactId>olcut-extras</artifactId>
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>org.apache.maven.plugins</groupId>
4646
<artifactId>maven-jar-plugin</artifactId>
47-
<version>3.2.0</version>
47+
<version>3.3.0</version>
4848
<configuration>
4949
<archive>
5050
<manifestEntries>

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
<maven.compiler.source>1.8</maven.compiler.source>
4141
<maven.compiler.target>1.8</maven.compiler.target>
4242
<edn.version>0.7.1</edn.version>
43-
<jackson.version>2.13.4</jackson.version>
44-
<jackson.databind.version>2.13.4.2</jackson.databind.version>
45-
<jline.version>3.21.0</jline.version>
46-
<junit.version>5.8.2</junit.version>
43+
<jackson.version>2.14.1</jackson.version>
44+
<jackson.databind.version>2.14.1</jackson.databind.version>
45+
<jline.version>3.22.0</jline.version>
46+
<junit.version>5.9.2</junit.version>
4747
<protobuf.version>3.19.6</protobuf.version>
4848
</properties>
4949
<modules>
@@ -106,7 +106,7 @@
106106
<scm>
107107
<connection>scm:git:git://github.com/oracle/olcut.git</connection>
108108
<developerConnection>scm:git:ssh://github.com:oracle/olcut.git</developerConnection>
109-
<url>http://github.com/oracle/olcut</url>
109+
<url>https://github.com/oracle/olcut</url>
110110
</scm>
111111

112112
<dependencyManagement>
@@ -172,19 +172,19 @@
172172
<plugin>
173173
<groupId>org.apache.maven.plugins</groupId>
174174
<artifactId>maven-surefire-plugin</artifactId>
175-
<version>3.0.0-M5</version>
175+
<version>3.0.0-M8</version>
176176
</plugin>
177177
<plugin>
178178
<artifactId>maven-deploy-plugin</artifactId>
179-
<version>3.0.0-M1</version>
179+
<version>3.0.0</version>
180180
</plugin>
181181
</plugins>
182182
</pluginManagement>
183183
<plugins>
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-enforcer-plugin</artifactId>
187-
<version>3.0.0-M3</version>
187+
<version>3.1.0</version>
188188
<executions>
189189
<execution>
190190
<id>enforce-maven</id>
@@ -194,7 +194,7 @@
194194
<configuration>
195195
<rules>
196196
<requireMavenVersion>
197-
<version>3.5.0</version>
197+
<version>3.8.0</version>
198198
</requireMavenVersion>
199199
</rules>
200200
</configuration>
@@ -204,7 +204,7 @@
204204
<plugin>
205205
<groupId>org.apache.maven.plugins</groupId>
206206
<artifactId>maven-javadoc-plugin</artifactId>
207-
<version>3.2.0</version>
207+
<version>3.4.1</version>
208208
<configuration>
209209
<show>public</show>
210210
<failOnError>false</failOnError>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.apache.maven.plugins</groupId>
217217
<artifactId>maven-compiler-plugin</artifactId>
218-
<version>3.8.1</version>
218+
<version>3.10.1</version>
219219
<configuration>
220220
<source>1.8</source>
221221
<target>1.8</target>
@@ -259,7 +259,7 @@
259259
<plugin>
260260
<groupId>org.apache.maven.plugins</groupId>
261261
<artifactId>maven-deploy-plugin</artifactId>
262-
<version>3.0.0-M1</version>
262+
<version>3.0.0</version>
263263
</plugin>
264264

265265
<plugin>

0 commit comments

Comments
 (0)