Skip to content

Commit

Permalink
chore: update all repository libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Mar 12, 2024
1 parent 15ac822 commit b42a89f
Show file tree
Hide file tree
Showing 48 changed files with 694 additions and 45 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bd683f24681e48b0d9b1a5758beb77f7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fd9c7405bcec4c5026f8a530af65ae88947575b5
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015 The Error Prone Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>error-prone annotations</name>
<artifactId>error_prone_annotations</artifactId>
<groupId>com.google.errorprone</groupId>
<version>2.25.0-jpms</version>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs combine.self="override" />
</configuration>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<source>1.8</source>
<target>1.8</target>
<excludes>
<exclude>module-info.java</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>compile-java9</id>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<source>9</source>
<target>9</target>
<release>9</release>
<multiReleaseOutput>true</multiReleaseOutput>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</archive>
<excludes>
<exclude>/META-INF/versions/9/com/**/*.class</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
00f66c85daa54532ee427f3080adc371
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b25b49c2bca8dfe914c6ae123fad4ba254bf1c3e
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<versioning>
<lastUpdated>20240311233324</lastUpdated>
<lastUpdated>20240312234527</lastUpdated>
<snapshot>
<timestamp>20240311.233324</timestamp>
<buildNumber>7</buildNumber>
<timestamp>20240312.234527</timestamp>
<buildNumber>8</buildNumber>
</snapshot>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.0-HEAD-20240311.233324-7</value>
<updated>20240311233324</updated>
<value>1.0-HEAD-20240312.234527-8</value>
<updated>20240312234527</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.0-HEAD-20240311.233324-7</value>
<updated>20240311233324</updated>
<value>1.0-HEAD-20240312.234527-8</value>
<updated>20240312234527</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
681068598350633bcba7180a3bc46c71
335de4901779a14f5164a8e8deee5be1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
494e4f7e64080d0ac6e3833c88194090cbb877d9
f0a841f983f58e9998c3eb1b963cc281280bdd4a
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aa697ad5f3833abe770ecb285cd8f6fa
f8316dd6cdae8df90f7ff1bc084e17fb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4dd346a9634018dc6ba4fab442776946f27b3fa6
39272c9ab74bcd1d83b81a98f74b948fd8c002b6
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.25.0-jpms</version>
</versions>
<lastUpdated>20240312010031</lastUpdated>
<lastUpdated>20240312234527</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1f1ab257761b598cd7096ac6b27fc1ea
ec6fca0203b7e1bc8c23e220c61b3b65
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fdb014102acf365825fea5afe224995861c8d08d
ef1af4a72ff7f8f1a04744efc9e2db7fa09d590e
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>1.0.3-jpms</version>
</versions>
<lastUpdated>20240312010131</lastUpdated>
<lastUpdated>20240312234626</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7c566ff1a8152cda26f95170cb0ca747
375acf81546752bc691dd8b8df2562d9
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cecc412b9ea9ef1c293f2d4dc4e7da5ae5ba3ff4
26e44dc215f279bd6b51a0279ec595520378a048
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e74631a744a8d222bd5a5fce97947afb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
54db5a8082ad4b95fd13ee9d0afcba7279e63c7d
Loading

0 comments on commit b42a89f

Please sign in to comment.