Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss authored Feb 8, 2024
2 parents 5679056 + 38fccbb commit db0238b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
${project.basedir}/../../${aggregate.report.dir}</sonar.coverage.jacoco.xmlReportPaths>
<aggregate.report.dir>report/target/site/jacoco-aggregate/jacoco.xml</aggregate.report.dir>
<argLine>-Xmx4g -Xss256m</argLine>
<stanford.corenlp.version>4.5.5</stanford.corenlp.version>
<stanford.corenlp.version>4.5.6</stanford.corenlp.version>
<doclint.options>all,-missing</doclint.options>
</properties>

Expand Down Expand Up @@ -338,7 +338,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion stages/diagram-recognition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>io.github.ardoco</groupId>
<artifactId>docker</artifactId>
<version>0.26.0</version>
<version>0.27.0</version>
</dependency>
<dependency>
<groupId>io.github.ardoco.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion stages/model-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.fuchss</groupId>
<artifactId>xml-object-mapper</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit db0238b

Please sign in to comment.