|
92 | 92 | <dependency> |
93 | 93 | <groupId>com.fasterxml.jackson.core</groupId> |
94 | 94 | <artifactId>jackson-databind</artifactId> |
95 | | - <version>2.18.4</version> |
| 95 | + <version>2.18.6</version> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>com.fasterxml.jackson.core</groupId> |
99 | 99 | <artifactId>jackson-core</artifactId> |
100 | | - <version>2.18.4</version> |
| 100 | + <version>2.18.6</version> |
101 | 101 | </dependency> |
102 | 102 | <dependency> |
103 | 103 | <groupId>com.fasterxml.jackson.core</groupId> |
104 | 104 | <artifactId>jackson-annotations</artifactId> |
105 | | - <version>2.18.4</version> |
| 105 | + <version>2.18.6</version> |
106 | 106 | </dependency> |
107 | 107 |
|
108 | 108 | <!-- Log4j --> |
109 | 109 | <dependency> |
110 | 110 | <groupId>org.apache.logging.log4j</groupId> |
111 | 111 | <artifactId>log4j-api</artifactId> |
112 | | - <version>2.25.1</version> |
| 112 | + <version>2.25.3</version> |
113 | 113 | </dependency> |
114 | 114 | <dependency> |
115 | 115 | <groupId>org.apache.logging.log4j</groupId> |
116 | 116 | <artifactId>log4j-core</artifactId> |
117 | | - <version>2.25.1</version> |
| 117 | + <version>2.25.3</version> |
118 | 118 | </dependency> |
119 | 119 | <dependency> |
120 | 120 | <groupId>org.apache.logging.log4j</groupId> |
121 | 121 | <artifactId>log4j-layout-template-json</artifactId> |
122 | | - <version>2.25.1</version> |
| 122 | + <version>2.25.3</version> |
123 | 123 | </dependency> |
124 | 124 | <dependency> |
125 | 125 | <groupId>org.apache.logging.log4j</groupId> |
126 | 126 | <artifactId>log4j-slf4j-impl</artifactId> |
127 | | - <version>2.25.1</version> |
| 127 | + <version>2.25.3</version> |
128 | 128 | </dependency> |
129 | 129 |
|
130 | 130 |
|
|
0 commit comments