|
79 | 79 | <dependency> |
80 | 80 | <groupId>com.fasterxml.jackson.core</groupId> |
81 | 81 | <artifactId>jackson-core</artifactId> |
82 | | - <version>2.21.1</version> |
| 82 | + <version>2.21.2</version> |
83 | 83 | <type>jar</type> |
84 | 84 | </dependency> |
85 | 85 | <dependency> |
86 | 86 | <groupId>com.fasterxml.jackson.core</groupId> |
87 | 87 | <artifactId>jackson-databind</artifactId> |
88 | | - <version>2.21.1</version> |
| 88 | + <version>2.21.2</version> |
89 | 89 | <type>jar</type> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | 92 | <groupId>com.fasterxml.jackson.datatype</groupId> |
93 | 93 | <artifactId>jackson-datatype-guava</artifactId> |
94 | | - <version>2.21.1</version> |
| 94 | + <version>2.21.2</version> |
95 | 95 | <type>jar</type> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>com.fasterxml.jackson.module</groupId> |
99 | 99 | <artifactId>jackson-module-jaxb-annotations</artifactId> |
100 | | - <version>2.21.1</version> |
| 100 | + <version>2.21.2</version> |
101 | 101 | <type>jar</type> |
102 | 102 | </dependency> |
103 | 103 | <dependency> |
104 | 104 | <groupId>com.fasterxml.jackson.module</groupId> |
105 | 105 | <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId> |
106 | | - <version>2.21.1</version> |
| 106 | + <version>2.21.2</version> |
107 | 107 | <type>jar</type> |
108 | 108 | </dependency> |
109 | 109 | <dependency> |
110 | 110 | <groupId>com.github.jnr</groupId> |
111 | 111 | <artifactId>jffi</artifactId> |
112 | | - <version>1.3.14</version> |
| 112 | + <version>1.3.15</version> |
113 | 113 | <type>jar</type> |
114 | 114 | <classifier>complete</classifier> |
115 | 115 | </dependency> |
|
122 | 122 | <dependency> |
123 | 123 | <groupId>com.github.jnr</groupId> |
124 | 124 | <artifactId>jnr-enxio</artifactId> |
125 | | - <version>0.32.19</version> |
| 125 | + <version>0.32.20</version> |
126 | 126 | <type>jar</type> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>com.github.jnr</groupId> |
130 | 130 | <artifactId>jnr-ffi</artifactId> |
131 | | - <version>2.2.18</version> |
| 131 | + <version>2.2.19</version> |
132 | 132 | <type>jar</type> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
135 | 135 | <groupId>com.github.jnr</groupId> |
136 | 136 | <artifactId>jnr-posix</artifactId> |
137 | | - <version>3.1.21</version> |
| 137 | + <version>3.1.22</version> |
138 | 138 | <type>jar</type> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
141 | 141 | <groupId>com.github.jnr</groupId> |
142 | 142 | <artifactId>jnr-unixsocket</artifactId> |
143 | | - <version>0.38.24</version> |
| 143 | + <version>0.38.25</version> |
144 | 144 | <type>jar</type> |
145 | 145 | </dependency> |
146 | 146 | <dependency> |
|
0 commit comments