Skip to content

Commit 125844c

Browse files
authored
Merge branch 'master' into feature/show-diff-filename
2 parents c6744df + 4a37d94 commit 125844c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

generator/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-jar-plugin</artifactId>
52-
<version>2.6</version>
52+
<version>3.4.2</version>
5353
<executions>
5454
<execution>
5555
<goals>
56-
<goal>jar</goal>
5756
<goal>test-jar</goal>
5857
</goals>
5958
</execution>
@@ -121,7 +120,7 @@
121120
<dependency>
122121
<groupId>ch.qos.logback</groupId>
123122
<artifactId>logback-classic</artifactId>
124-
<version>1.5.12</version>
123+
<version>1.5.15</version>
125124
</dependency>
126125
</dependencies>
127126
<properties>

0 commit comments

Comments
 (0)