|
48 | 48 | <dependency> |
49 | 49 | <groupId>joda-time</groupId> |
50 | 50 | <artifactId>joda-time</artifactId> |
51 | | - <version>2.10.3</version> |
| 51 | + <version>2.10.6</version> |
52 | 52 | </dependency> |
53 | 53 |
|
54 | 54 | <!-- commons --> |
|
60 | 60 | <dependency> |
61 | 61 | <groupId>org.apache.santuario</groupId> |
62 | 62 | <artifactId>xmlsec</artifactId> |
63 | | - <version>2.1.5</version> |
| 63 | + <version>2.2.0</version> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>commons-codec</groupId> |
67 | 67 | <artifactId>commons-codec</artifactId> |
68 | | - <version>1.12</version> |
| 68 | + <version>1.15</version> |
69 | 69 | </dependency> |
70 | 70 | </dependencies> |
71 | 71 |
|
|
74 | 74 | <plugin> |
75 | 75 | <groupId>org.jacoco</groupId> |
76 | 76 | <artifactId>jacoco-maven-plugin</artifactId> |
77 | | - <version>0.8.2</version> |
| 77 | + <version>0.8.6</version> |
78 | 78 | <configuration> |
79 | 79 | <propertyName>jacoco.agent.argLine</propertyName> |
80 | 80 | </configuration> |
|
90 | 90 | <plugin> |
91 | 91 | <groupId>org.apache.maven.plugins</groupId> |
92 | 92 | <artifactId>maven-jar-plugin</artifactId> |
93 | | - <version>2.4</version> |
| 93 | + <version>3.2.0</version> |
94 | 94 | <executions> |
95 | 95 | <execution> |
96 | 96 | <goals> |
|
102 | 102 | <plugin> |
103 | 103 | <groupId>org.apache.maven.plugins</groupId> |
104 | 104 | <artifactId>maven-surefire-plugin</artifactId> |
105 | | - <version>2.12</version> |
| 105 | + <version>2.22.2</version> |
106 | 106 | <configuration> |
107 | 107 | <argLine>${jacoco.agent.argLine}</argLine> |
108 | 108 | </configuration> |
109 | 109 | </plugin> |
110 | 110 | <plugin> |
111 | 111 | <groupId>org.apache.maven.plugins</groupId> |
112 | 112 | <artifactId>maven-enforcer-plugin</artifactId> |
113 | | - <version>1.1.1</version> |
| 113 | + <version>1.4.1</version> |
114 | 114 | <executions> |
115 | 115 | <execution> |
116 | 116 | <id>enforce</id> |
|
0 commit comments