Skip to content

Commit

Permalink
Merge pull request #3215 from MorphiaOrg/dependabot/maven/ksp.version…
Browse files Browse the repository at this point in the history
…-2.0.20-1.0.24

Bump ksp.version from 2.0.10-1.0.24 to 2.0.20-1.0.24
  • Loading branch information
github-actions[bot] authored Aug 23, 2024
2 parents 6efbc56 + aa3ef24 commit de1c43a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions critter/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
<dependency>
<groupId>com.google.devtools.ksp</groupId>
<artifactId>symbol-processing-api</artifactId>
<version>2.0.10-1.0.24</version>
<version>2.0.20-1.0.24</version>
</dependency>
<dependency>
<groupId>com.google.devtools.ksp</groupId>
<artifactId>symbol-processing-common-deps</artifactId>
<version>2.0.10-1.0.24</version>
<version>2.0.20-1.0.24</version>
</dependency>
<dependency>
<groupId>com.google.devtools.ksp</groupId>
<artifactId>symbol-processing-aa-embeddable</artifactId>
<version>2.0.10-1.0.24</version>
<version>2.0.20-1.0.24</version>
</dependency>
<dependency>
<groupId>org.jboss.forge.roaster</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
<asm.version>9.7</asm.version>
<ksp.version>2.0.10-1.0.24</ksp.version>
<ksp.version>2.0.20-1.0.24</ksp.version>
</properties>

<build>
Expand Down

0 comments on commit de1c43a

Please sign in to comment.