Skip to content

Commit

Permalink
Updates (#65)
Browse files Browse the repository at this point in the history
Changes:
* parent 54
* lifecycle 2.1.5
* truth 1.4.1
* m-p-p 3.12.0
* guava 33.2.0
  • Loading branch information
cstamas authored May 3, 2024
1 parent 62af92d commit e451d6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.takari</groupId>
<artifactId>takari</artifactId>
<version>53</version>
<version>54</version>
</parent>

<artifactId>io.takari.incrementalbuild</artifactId>
Expand Down Expand Up @@ -93,14 +93,14 @@

<properties>
<apache-maven.version>3.9.6</apache-maven.version>
<mavenPluginPlugin.version>3.11.0</mavenPluginPlugin.version>
<mavenPluginPlugin.version>3.12.0</mavenPluginPlugin.version>
<slf4j.version>1.7.36</slf4j.version>
<junit.version>4.13.2</junit.version>
<guava.version>33.0.0-jre</guava.version>
<guava.version>33.2.0-jre</guava.version>
<!-- TODO: MessageCollectorTest deadlocks with 31.1, see why -->
<eclipse-sisu.version>0.9.0.M2</eclipse-sisu.version>
<plugin-testing.version>3.0.2</plugin-testing.version>
<takariLifecycleVersion>2.1.3</takariLifecycleVersion>
<takari.lifecycleVersion>2.1.5</takari.lifecycleVersion>
<takari.javaSourceVersion>1.8</takari.javaSourceVersion>
<classworlds.version>2.8.0</classworlds.version>
<takari.transitiveDependencyReference>error</takari.transitiveDependencyReference>
Expand Down Expand Up @@ -298,7 +298,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e451d6c

Please sign in to comment.