Skip to content

Commit 75f1689

Browse files
- Correção de vunerabilidades Maven
1 parent f6678b1 commit 75f1689

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,26 @@ Veja a Wiki https://github.com/Samuel-Oliveira/Java_NFe/wiki, para ter um Tutori
3737
________________________________________________________________________________________________
3838

3939
# Historico de Versões
40-
[comment]: <> (## v4.00.16 - SNAPSHOT - ? - Schemas PL.009f)
41-
[comment]: <> (- )
42-
[comment]: <> (Snapshot é a versão que se encontra em teste, só use em caso de extrema necessidade.)
43-
[comment]: <> (Para usar, adicione o repositorio de Snapshot ao Maven:)
44-
[comment]: <> (```)
45-
[comment]: <> (<repositories>)
46-
[comment]: <> ( <repository>)
47-
[comment]: <> ( <id>sonatype-nexus-snapshots</id>)
48-
[comment]: <> ( <url>https://oss.sonatype.org/content/repositories/snapshots</url>)
49-
[comment]: <> ( </repository>)
50-
[comment]: <> (</repositories>)
51-
[comment]: <> (<dependency>)
52-
[comment]: <> ( <groupId>br.com.swconsultoria</groupId>)
53-
[comment]: <> ( <artifactId>java-nfe</artifactId>)
54-
[comment]: <> ( <version>4.00.15-SNAPSHOT</version>)
55-
[comment]: <> (</dependency>)
56-
[comment]: <> (```)
57-
[comment]: <> (Ou baixe o Jar aqui: https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.15-SNAPSHOT.jar)
40+
41+
## v4.00.16 - SNAPSHOT - ? - Schemas PL.009f
42+
- Correção de vunerabilidades Maven
43+
44+
Snapshot é a versão que se encontra em teste, só use em caso de extrema necessidade.
45+
Para usar, adicione o repositorio de Snapshot ao Maven:
46+
```
47+
<repositories>
48+
<repository>
49+
<id>sonatype-nexus-snapshots</id>
50+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
51+
</repository>
52+
</repositories>
53+
<dependency>
54+
<groupId>br.com.swconsultoria</groupId>
55+
<artifactId>java-nfe</artifactId>
56+
<version>4.00.16-SNAPSHOT</version>
57+
</dependency>
58+
```
59+
Ou baixe o Jar aqui: https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.16-SNAPSHOT.jar
5860

5961
## v4.00.15 - 28/06/2021 - Versão Schemas PL.009f
6062
- Removido Cacert do Projeto, agora o projeto Java Certificados irá gerenciar os Cacerts.

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.httpcomponents</groupId>
6868
<artifactId>httpcore</artifactId>
69-
<version>4.4.6</version>
69+
<version>4.4.14</version>
7070
</dependency>
7171

7272
<!--Java 11-->
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.apache.axis2</groupId>
9191
<artifactId>axis2-kernel</artifactId>
92-
<version>1.7.5</version>
92+
<version>1.7.9</version>
9393
<exclusions>
9494
<exclusion>
9595
<artifactId>servlet-api</artifactId>
@@ -101,25 +101,25 @@
101101
<dependency>
102102
<groupId>org.apache.axis2</groupId>
103103
<artifactId>axis2-adb</artifactId>
104-
<version>1.7.5</version>
104+
<version>1.7.9</version>
105105
</dependency>
106106

107107
<dependency>
108108
<groupId>org.apache.axis2</groupId>
109109
<artifactId>axis2-jaxws</artifactId>
110-
<version>1.7.5</version>
110+
<version>1.7.9</version>
111111
</dependency>
112112

113113
<dependency>
114114
<groupId>org.apache.axis2</groupId>
115115
<artifactId>axis2-transport-http</artifactId>
116-
<version>1.7.5</version>
116+
<version>1.7.9</version>
117117
</dependency>
118118

119119
<dependency>
120120
<groupId>org.apache.axis2</groupId>
121121
<artifactId>axis2-transport-local</artifactId>
122-
<version>1.7.5</version>
122+
<version>1.7.9</version>
123123
</dependency>
124124

125125
<dependency>

0 commit comments

Comments
 (0)