diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 1da8661..827aa1c 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -8,6 +8,7 @@
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 132404b..1dde1b1 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -8,7 +8,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
new file mode 100644
index 0000000..797acea
--- /dev/null
+++ b/.idea/runConfigurations.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 6d8b228..0eb0554 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,11 +9,14 @@
1.0-SNAPSHOT
- 8
- 8
+ 11
+ 11
2.22.2
3.8.1
- 8
+ 11
+ 5.8.1
+ 3.21.0
+ 3.9.1
@@ -31,7 +34,7 @@
org.junit.jupiter
junit-jupiter
- 5.7.2
+ ${junit.version}
test
@@ -39,7 +42,7 @@
org.assertj
assertj-core
- 3.20.2
+ ${assertj.version}
test
@@ -64,7 +67,7 @@
org.apache.maven.plugins
maven-site-plugin
- 3.9.1
+ ${maven-site-plugin.version}
diff --git a/readme.md b/readme.md
index a5ea01a..90efb16 100644
--- a/readme.md
+++ b/readme.md
@@ -4,10 +4,10 @@
Este código foi gerado ao longo do hands-on que foi realizado ao vivo no evento Virada da Qualidade. O vídeo original está disponível no link https://www.youtube.com/watch?v=pdEJNU8rUto&t=21391s no ponto de 05h56min.
## Pré-requisitos
-* Java 8 SDK: https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
-* Maven >= 3.8.1: https://maven.apache.org/download.cgi
-* Git >= 2.32.0: https://git-scm.com/
-* IntelliJ IDEA Community >= 2021.1.3: https://www.jetbrains.com/idea/download
+* [Java 11 SDK](https://www.oracle.com/java/technologies/downloads/#java11)
+* [Maven](https://maven.apache.org/download.cgi) >= 3.8.3
+* [Git](https://git-scm.com/) >= 2.33.0
+* [IntelliJ IDEA Community](https://www.jetbrains.com/idea/download) >= 2021.2
## O que está contido neste repositório
* Software-alvo dos testes é parte de um sistema de conta-corrente bancária que contém as classes abaixo disponível nas pasta src > java > principal: