Skip to content

Commit

Permalink
fix: upgrade io.github.classgraph:classgraph from 4.8.173 to 4.8.174
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade io.github.classgraph:classgraph from 4.8.173 to 4.8.174.

See this package in maven:
io.github.classgraph:classgraph

See this project in Snyk:
https://app.snyk.io/org/wajda/project/1f1d180b-08db-45d0-bc58-4394bc71392b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored and wajda committed Jul 11, 2024
1 parent dc30c1d commit a6f63b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.173</version>
<version>4.8.174</version>
</dependency>
<dependency>
<groupId>org.scala-graph</groupId>
Expand Down Expand Up @@ -199,7 +199,7 @@
<configOptions>
<modelPropertyNaming>original</modelPropertyNaming>
</configOptions>
<inputSpec />
<inputSpec/>
</configuration>
<executions>
<execution>
Expand All @@ -210,7 +210,7 @@
<configuration>
<inputSpec>${project.basedir}/src/main/resources/producer.api.v1.0.json</inputSpec>
<modelPackage>za.co.absa.spline.producer.dto.v1_0</modelPackage>
<language />
<language/>
</configuration>
</execution>
<execution>
Expand All @@ -221,7 +221,7 @@
<configuration>
<inputSpec>${project.basedir}/src/main/resources/producer.api.v1.1.json</inputSpec>
<modelPackage>za.co.absa.spline.producer.dto.v1_1</modelPackage>
<language />
<language/>
</configuration>
</execution>
<execution>
Expand All @@ -232,7 +232,7 @@
<configuration>
<inputSpec>${project.basedir}/src/main/resources/producer.api.v1.2.json</inputSpec>
<modelPackage>za.co.absa.spline.producer.dto.v1_2</modelPackage>
<language />
<language/>
</configuration>
</execution>
<execution>
Expand All @@ -243,7 +243,7 @@
<configuration>
<inputSpec>${project.basedir}/src/main/resources/api/openlineage/OpenLineage.yml</inputSpec>
<modelPackage>za.co.absa.spline.producer.model.openlineage.v0_3_1</modelPackage>
<language />
<language/>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit a6f63b1

Please sign in to comment.