Skip to content

Commit

Permalink
Update commons-logging to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed May 15, 2024
1 parent 26ebf8e commit a5f57c1
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion maven-bnd/tp/MavenBND.target
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ SPDX-License-Identifier: EPL-2.0
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<type>jar</type>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions maven-osgi/tp/Maven.target
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<target name="Maven" sequenceNumber="1">
<locations>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="error" type="Maven">
<feature id="org.eclipse.orbit.maven.osgi.all" label="Orbit Maven OSGi All" provider-name="Eclipse Orbit" version="4.32.0.v20240511-1700">
<feature id="org.eclipse.orbit.maven.osgi.all" label="Orbit Maven OSGi All" provider-name="Eclipse Orbit" version="4.32.0.v20240515-1500">
<description>This feature's dependencies are pulled directly from Maven central.</description>
<copyright>
Copyright (c) 2024 Eclipse contributors and others.
Expand All @@ -16,7 +16,7 @@ https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
</copyright>
<license url="https://www.eclipse.org/legal/epl-2.0/"/>
<!-- SHA1 374359a99393400bef62663e8bae6685d3168ef8 -->
<!-- SHA1 d6f26261c57ceb457be1f220d6fc93a820402973 -->
</feature>
<dependencies>
<dependency>
Expand Down Expand Up @@ -383,7 +383,7 @@ SPDX-License-Identifier: EPL-2.0
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-osgi/tp/other/MavenSupplement.target
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion report/maven-osgi/merged-target/REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
- [commons-lang](https://repo1.maven.org/maven2/commons-lang/commons-lang/) **[2.6](https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6)**
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/)
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/commons-logging/) **[1.2](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2)**
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/commons-logging/) **[1.3.1](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.1)**
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/commons-logging/) **[1.3.2](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.2)**
- [dnsjava](https://repo1.maven.org/maven2/dnsjava/)
- [dnsjava](https://repo1.maven.org/maven2/dnsjava/dnsjava/) **[3.5.3](https://repo1.maven.org/maven2/dnsjava/dnsjava/3.5.3)**
- [io.github.classgraph](https://repo1.maven.org/maven2/io/github/classgraph/)
Expand Down
7 changes: 7 additions & 0 deletions report/maven-osgi/platform/REPORT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Target Platform: [platform](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target)

## Minor Updates
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/)
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/commons-logging/) **[1.3.1](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.1)** < [1.3.2](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.2/)

## Major Updates
- [jakarta.annotation](https://repo1.maven.org/maven2/jakarta/annotation/)
- [jakarta.annotation-api](https://repo1.maven.org/maven2/jakarta/annotation/jakarta.annotation-api/) **[1.3.5](https://repo1.maven.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5)** < [3.0.0](https://repo1.maven.org/maven2/jakarta/annotation/jakarta.annotation-api/3.0.0/)
Expand All @@ -14,6 +18,9 @@
- [apache-el](https://repo1.maven.org/maven2/org/mortbay/jasper/apache-el/) **[9.0.83.1](https://repo1.maven.org/maven2/org/mortbay/jasper/apache-el/9.0.83.1)** < [10.1.16](https://repo1.maven.org/maven2/org/mortbay/jasper/apache-el/10.1.16/)
- [apache-jsp](https://repo1.maven.org/maven2/org/mortbay/jasper/apache-jsp/) **[9.0.83.1](https://repo1.maven.org/maven2/org/mortbay/jasper/apache-jsp/9.0.83.1)** < [10.1.16](https://repo1.maven.org/maven2/org/mortbay/jasper/apache-jsp/10.1.16/)

## Updates Applied
[updated.target](updated.target)

## Content
- [biz.aQute.bnd](https://repo1.maven.org/maven2/biz/aQute/bnd/)
- [biz.aQute.bnd.annotation](https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.annotation/) **[7.0.0](https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0)**
Expand Down
2 changes: 1 addition & 1 deletion report/maven-osgi/platform/updated.target
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion report/maven-osgi/supplement/REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
- [commons-discovery](https://repo1.maven.org/maven2/commons-discovery/commons-discovery/) **[0.5](https://repo1.maven.org/maven2/commons-discovery/commons-discovery/0.5)**
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/)
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/commons-logging/) **[1.2](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2)**
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/commons-logging/) **[1.3.1](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.1)**
- [commons-logging](https://repo1.maven.org/maven2/commons-logging/commons-logging/) **[1.3.2](https://repo1.maven.org/maven2/commons-logging/commons-logging/1.3.2)**
- [dnsjava](https://repo1.maven.org/maven2/dnsjava/)
- [dnsjava](https://repo1.maven.org/maven2/dnsjava/dnsjava/) **[3.5.3](https://repo1.maven.org/maven2/dnsjava/dnsjava/3.5.3)**
- [io.github.classgraph](https://repo1.maven.org/maven2/io/github/classgraph/)
Expand Down
2 changes: 1 addition & 1 deletion report/maven-osgi/supplement/original.target
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion report/maven-osgi/supplement/updated.target
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit a5f57c1

Please sign in to comment.