Skip to content

Commit 8923583

Browse files
committed
Update com.ethlo.time to 1.13.0 and byte-buddy to 1.17.1
1 parent 47e7a5d commit 8923583

File tree

14 files changed

+27
-27
lines changed

14 files changed

+27
-27
lines changed

maven-bnd/tp/MavenBND.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2586,7 +2586,7 @@ SPDX-License-Identifier: EPL-2.0
25862586
<dependency>
25872587
<groupId>com.ethlo.time</groupId>
25882588
<artifactId>itu</artifactId>
2589-
<version>1.12.0</version>
2589+
<version>1.13.0</version>
25902590
<type>jar</type>
25912591
</dependency>
25922592

maven-osgi/tp/Maven.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<target name="Maven" sequenceNumber="1">
44
<locations>
55
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven">
6-
<feature id="org.eclipse.orbit.maven.osgi.all" label="Orbit Maven OSGi All" provider-name="Eclipse Orbit" version="4.35.0.v20250213-1500">
6+
<feature id="org.eclipse.orbit.maven.osgi.all" label="Orbit Maven OSGi All" provider-name="Eclipse Orbit" version="4.35.0.v20250214-1400">
77
<description>This feature's dependencies are pulled directly from Maven central.</description>
88
<copyright>
99
Copyright (c) 2025 Eclipse contributors and others.
@@ -16,7 +16,7 @@ https://www.eclipse.org/legal/epl-2.0/
1616
SPDX-License-Identifier: EPL-2.0
1717
</copyright>
1818
<license url="https://www.eclipse.org/legal/epl-2.0/"/>
19-
<!-- SHA1 3d807df42be895bce542606b5afc20e9ddfc711c -->
19+
<!-- SHA1 2af1c347e12019a01717567f3a9d80b6da205b3a -->
2020
</feature>
2121
<dependencies>
2222
<dependency>
@@ -82,7 +82,7 @@ SPDX-License-Identifier: EPL-2.0
8282
<dependency>
8383
<groupId>com.ethlo.time</groupId>
8484
<artifactId>itu</artifactId>
85-
<version>1.12.0</version>
85+
<version>1.13.0</version>
8686
<type>jar</type>
8787
</dependency>
8888
<dependency>
@@ -701,13 +701,13 @@ SPDX-License-Identifier: EPL-2.0
701701
<dependency>
702702
<groupId>net.bytebuddy</groupId>
703703
<artifactId>byte-buddy</artifactId>
704-
<version>1.17.0</version>
704+
<version>1.17.1</version>
705705
<type>jar</type>
706706
</dependency>
707707
<dependency>
708708
<groupId>net.bytebuddy</groupId>
709709
<artifactId>byte-buddy-agent</artifactId>
710-
<version>1.17.0</version>
710+
<version>1.17.1</version>
711711
<type>jar</type>
712712
</dependency>
713713
<dependency>

maven-osgi/tp/other/MavenSupplement.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.ethlo.time</groupId>
2121
<artifactId>itu</artifactId>
22-
<version>1.12.0</version>
22+
<version>1.13.0</version>
2323
<type>jar</type>
2424
</dependency>
2525
<dependency>

report/maven-osgi/egit/REPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/)
99
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/commons-logging/) **[1.3.4](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.4)** < [1.3.5](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.5/)
1010
- [net.bytebuddy](https://repo1.maven.org/maven2/net/bytebuddy/)
11-
- [byte-buddy](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/) **[1.16.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.16.1)** < [1.17.0](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.17.0/)
12-
- [byte-buddy-agent](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/) **[1.16.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.16.1)** < [1.17.0](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.0/)
11+
- [byte-buddy](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/) **[1.16.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.16.1)** < [1.17.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.17.1/)
12+
- [byte-buddy-agent](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/) **[1.16.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.16.1)** < [1.17.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.1/)
1313

1414
## Major Updates
1515
- [org.slf4j](https://repo1.maven.org/maven2/org/slf4j/)

report/maven-osgi/egit/updated.tpd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ maven bytebuddy
9696
dependency {
9797
groupId = "net.bytebuddy"
9898
artifactId = "byte-buddy"
99-
version = "1.17.0"
99+
version = "1.17.1"
100100
}
101101
dependency {
102102
groupId = "net.bytebuddy"
103103
artifactId = "byte-buddy-agent"
104-
version = "1.17.0"
104+
version = "1.17.1"
105105
}
106106
}
107107

report/maven-osgi/jgit/REPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/)
99
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/commons-logging/) **[1.3.4](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.4)** < [1.3.5](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.5/)
1010
- [net.bytebuddy](https://repo1.maven.org/maven2/net/bytebuddy/)
11-
- [byte-buddy](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/) **[1.16.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.16.1)** < [1.17.0](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.17.0/)
12-
- [byte-buddy-agent](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/) **[1.16.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.16.1)** < [1.17.0](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.0/)
11+
- [byte-buddy](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/) **[1.16.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.16.1)** < [1.17.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.17.1/)
12+
- [byte-buddy-agent](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/) **[1.16.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.16.1)** < [1.17.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.1/)
1313

1414
## Major Updates
1515
- [org.hamcrest](https://repo1.maven.org/maven2/org/hamcrest/)

report/maven-osgi/jgit/updated.tpd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ maven bytebuddy
9797
dependency {
9898
groupId = "net.bytebuddy"
9999
artifactId = "byte-buddy"
100-
version = "1.17.0"
100+
version = "1.17.1"
101101
}
102102
dependency {
103103
groupId = "net.bytebuddy"
104104
artifactId = "byte-buddy-agent"
105-
version = "1.17.0"
105+
version = "1.17.1"
106106
}
107107
}
108108

report/maven-osgi/merged-target/REPORT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
- [ch.qos.reload4j](https://repo1.maven.org/maven2/ch/qos/reload4j/)
5757
- [reload4j](https://repo1.maven.org/maven2/ch/qos/reload4j/reload4j/) **[1.2.26](https://repo1.maven.org/maven2/ch/qos/reload4j/reload4j/1.2.26)**
5858
- [com.ethlo.time](https://repo1.maven.org/maven2/com/ethlo/time/)
59-
- [itu](https://repo1.maven.org/maven2/com/ethlo/time/itu/) **[1.12.0](https://repo1.maven.org/maven2/com/ethlo/time/itu/1.12.0)**
59+
- [itu](https://repo1.maven.org/maven2/com/ethlo/time/itu/) **[1.13.0](https://repo1.maven.org/maven2/com/ethlo/time/itu/1.13.0)**
6060
- [com.evolvedbinary.thirdparty.org.apache.xmlrpc](https://repo1.maven.org/maven2/com/evolvedbinary/thirdparty/org/apache/xmlrpc/)
6161
- [xmlrpc-client](https://repo1.maven.org/maven2/com/evolvedbinary/thirdparty/org/apache/xmlrpc/xmlrpc-client/) **[5.0.0](https://repo1.maven.org/maven2/com/evolvedbinary/thirdparty/org/apache/xmlrpc/xmlrpc-client/5.0.0)**
6262
- [xmlrpc-common](https://repo1.maven.org/maven2/com/evolvedbinary/thirdparty/org/apache/xmlrpc/xmlrpc-common/) **[5.0.0](https://repo1.maven.org/maven2/com/evolvedbinary/thirdparty/org/apache/xmlrpc/xmlrpc-common/5.0.0)**
@@ -223,8 +223,8 @@
223223
- [lpg.runtime](https://repo1.maven.org/maven2/lpg/runtime/)
224224
- [java](https://repo1.maven.org/maven2/lpg/runtime/java/) **[2.0.17-v201004271640](https://repo1.maven.org/maven2/lpg/runtime/java/2.0.17-v201004271640)**
225225
- [net.bytebuddy](https://repo1.maven.org/maven2/net/bytebuddy/)
226-
- [byte-buddy](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/) **[1.17.0](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.17.0)**
227-
- [byte-buddy-agent](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/) **[1.17.0](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.0)**
226+
- [byte-buddy](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/) **[1.17.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.17.1)**
227+
- [byte-buddy-agent](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/) **[1.17.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.1)**
228228
- [net.i2p.crypto](https://repo1.maven.org/maven2/net/i2p/crypto/)
229229
- [eddsa](https://repo1.maven.org/maven2/net/i2p/crypto/eddsa/) **[0.3.0](https://repo1.maven.org/maven2/net/i2p/crypto/eddsa/0.3.0)**
230230
- [net.java.dev.jna](https://repo1.maven.org/maven2/net/java/dev/jna/)

report/maven-osgi/platform/REPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
- [javax.servlet.jsp](https://repo1.maven.org/maven2/javax/servlet/jsp/)
5454
- [javax.servlet.jsp-api](https://repo1.maven.org/maven2/javax/servlet/jsp/javax.servlet.jsp-api/) **[2.3.3](https://repo1.maven.org/maven2/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3)**
5555
- [net.bytebuddy](https://repo1.maven.org/maven2/net/bytebuddy/)
56-
- [byte-buddy](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/) **[1.17.0](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.17.0)**
57-
- [byte-buddy-agent](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/) **[1.17.0](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.0)**
56+
- [byte-buddy](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/) **[1.17.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.17.1)**
57+
- [byte-buddy-agent](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/) **[1.17.1](https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.1)**
5858
- [net.java.dev.jna](https://repo1.maven.org/maven2/net/java/dev/jna/)
5959
- [jna-platform](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/) **[5.16.0](https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/5.16.0)**
6060
- [org.apache.aries.spifly](https://repo1.maven.org/maven2/org/apache/aries/spifly/)

report/maven-osgi/platform/original.target

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@
316316
<dependency>
317317
<groupId>net.bytebuddy</groupId>
318318
<artifactId>byte-buddy-agent</artifactId>
319-
<version>1.17.0</version>
319+
<version>1.17.1</version>
320320
<type>jar</type>
321321
</dependency>
322322
<dependency>
323323
<groupId>net.bytebuddy</groupId>
324324
<artifactId>byte-buddy</artifactId>
325-
<version>1.17.0</version>
325+
<version>1.17.1</version>
326326
<type>jar</type>
327327
</dependency>
328328
<dependency>

0 commit comments

Comments
 (0)